ContactInfo Constructor (String) |
Initializes a new instance of the ContactInfo class from the specified string.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic ContactInfo(
string contactInfo
)
Public Sub New (
contactInfo As String
)
Parameters
- contactInfo
- Type: SystemString
A string contains address and display name.
See Also